<xs:complexType name="ActivationResponseHeader" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element name="GatewayRspCode" type="gatewayRspCodeType" minOccurs="1" maxOccurs="1" />
<xs:element name="GatewayRspMsg" type="gatewayRspMsgType" minOccurs="1" maxOccurs="1" />
<xs:element name="ClientTxnId" type="xs:string" minOccurs="0" maxOccurs="1" />
</xs:sequence>
</xs:complexType>
|